Skip to content

Pin @mcp-ui/client in package.json#3860

Merged
jamadeo merged 1 commit into
mainfrom
jackamadeo/pin-mcp-ui
Aug 5, 2025
Merged

Pin @mcp-ui/client in package.json#3860
jamadeo merged 1 commit into
mainfrom
jackamadeo/pin-mcp-ui

Conversation

@jamadeo

@jamadeo jamadeo commented Aug 5, 2025

Copy link
Copy Markdown
Member

we should also do #3859 but this should fix the immediate build problem with windows/linux

@jamadeo
jamadeo requested review from aharvard and alexhancock August 5, 2025 14:47
Comment thread ui/desktop/package.json
"@ai-sdk/ui-utils": "^1.0.2",
"@hey-api/client-fetch": "^0.8.1",
"@mcp-ui/client": "^5.3.1",
"@mcp-ui/client": "~5.3.1",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides as well if we want to be very specific

Comment thread ui/desktop/package.json
"@ai-sdk/ui-utils": "^1.0.2",
"@hey-api/client-fetch": "^0.8.1",
"@mcp-ui/client": "^5.3.1",
"@mcp-ui/client": "~5.3.1",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good. I think we could also hard-code to 5.3.1, but allowing patches seems reasonable.

@aharvard aharvard left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I'm thinking that when MCP-UI-Org/mcp-ui#61 is resolved we can upgrade.

@jamadeo
jamadeo merged commit 0220880 into main Aug 5, 2025
11 checks passed
@jamadeo
jamadeo deleted the jackamadeo/pin-mcp-ui branch August 5, 2025 15:24
jamadeo added a commit that referenced this pull request Aug 5, 2025
katzdave added a commit that referenced this pull request Aug 5, 2025
* 'main' of github.com:block/goose:
  Changed app settings configuration form to match settings panels (#3829)
  Tell the user to hit compact (#3851)
  Pin @mcp-ui/client in package.json (#3860)
  blog for mcp-jupyter server (#3059)
  docs: Adding dev.to Tutorial & Update CLI Component (#3828)
  Detect client disconnects and cancel tool calls (#3782)
  Suppress ansi with pipes (#3775)
  Fix leaky env variable causing flaky test (#3761)
  Update gemini error msg (#3847)
  Generic retry and error parsing (#3558)
  Clear the current line on ctrl-c in line with other tools (#3764)
  chore: upgrade morph to use new model with instruction (#3745)
  add CODEOWNERS file with /documentation owners (#3840)
michaelneale added a commit that referenced this pull request Aug 5, 2025
* main:
  fix: replace glob/grep tool with shell (#3834)
  docs: Add Youtube Link to dev.to tutorial (#3869)
  Changed app settings configuration form to match settings panels (#3829)
  Tell the user to hit compact (#3851)
  Pin @mcp-ui/client in package.json (#3860)
  blog for mcp-jupyter server (#3059)
  docs: Adding dev.to Tutorial & Update CLI Component (#3828)
  Detect client disconnects and cancel tool calls (#3782)
  Suppress ansi with pipes (#3775)
kathawthorne added a commit to kathawthorne/goose that referenced this pull request Aug 5, 2025
…-files

* upstream/main: (150 commits)
  fix: replace glob/grep tool with shell (aaif-goose#3834)
  docs: Add Youtube Link to dev.to tutorial (aaif-goose#3869)
  Changed app settings configuration form to match settings panels (aaif-goose#3829)
  Tell the user to hit compact (aaif-goose#3851)
  Pin @mcp-ui/client in package.json (aaif-goose#3860)
  blog for mcp-jupyter server (aaif-goose#3059)
  docs: Adding dev.to Tutorial & Update CLI Component (aaif-goose#3828)
  Detect client disconnects and cancel tool calls (aaif-goose#3782)
  Suppress ansi with pipes (aaif-goose#3775)
  Fix leaky env variable causing flaky test (aaif-goose#3761)
  Update gemini error msg (aaif-goose#3847)
  Generic retry and error parsing (aaif-goose#3558)
  Clear the current line on ctrl-c in line with other tools (aaif-goose#3764)
  chore: upgrade morph to use new model with instruction (aaif-goose#3745)
  add CODEOWNERS file with /documentation owners (aaif-goose#3840)
  Token counting in Auto-compact uses provider metadata (aaif-goose#3788)
  docs: Add YouTube link to Git MCP Tutorial (aaif-goose#3831)
  feat: more robust client initialization for the app (aaif-goose#3830)
  Build app bundles on release branches always (aaif-goose#3789)
  fix param order of debug_conversation_fixer (aaif-goose#3796)
  ...

# Conflicts:
#	crates/goose-mcp/src/developer/mod.rs
kathawthorne added a commit to kathawthorne/goose that referenced this pull request Aug 5, 2025
…e-editable-displayable-title

* upstream/main: (134 commits)
  fix: optimise reading large file content (aaif-goose#3767)
  fix: replace glob/grep tool with shell (aaif-goose#3834)
  docs: Add Youtube Link to dev.to tutorial (aaif-goose#3869)
  Changed app settings configuration form to match settings panels (aaif-goose#3829)
  Tell the user to hit compact (aaif-goose#3851)
  Pin @mcp-ui/client in package.json (aaif-goose#3860)
  blog for mcp-jupyter server (aaif-goose#3059)
  docs: Adding dev.to Tutorial & Update CLI Component (aaif-goose#3828)
  Detect client disconnects and cancel tool calls (aaif-goose#3782)
  Suppress ansi with pipes (aaif-goose#3775)
  Fix leaky env variable causing flaky test (aaif-goose#3761)
  Update gemini error msg (aaif-goose#3847)
  Generic retry and error parsing (aaif-goose#3558)
  Clear the current line on ctrl-c in line with other tools (aaif-goose#3764)
  chore: upgrade morph to use new model with instruction (aaif-goose#3745)
  add CODEOWNERS file with /documentation owners (aaif-goose#3840)
  Token counting in Auto-compact uses provider metadata (aaif-goose#3788)
  docs: Add YouTube link to Git MCP Tutorial (aaif-goose#3831)
  feat: more robust client initialization for the app (aaif-goose#3830)
  Build app bundles on release branches always (aaif-goose#3789)
  ...
michaelneale added a commit that referenced this pull request Aug 5, 2025
* main: (33 commits)
  fix: optimise reading large file content (#3767)
  fix: replace glob/grep tool with shell (#3834)
  docs: Add Youtube Link to dev.to tutorial (#3869)
  Changed app settings configuration form to match settings panels (#3829)
  Tell the user to hit compact (#3851)
  Pin @mcp-ui/client in package.json (#3860)
  blog for mcp-jupyter server (#3059)
  docs: Adding dev.to Tutorial & Update CLI Component (#3828)
  Detect client disconnects and cancel tool calls (#3782)
  Suppress ansi with pipes (#3775)
  Fix leaky env variable causing flaky test (#3761)
  Update gemini error msg (#3847)
  Generic retry and error parsing (#3558)
  Clear the current line on ctrl-c in line with other tools (#3764)
  chore: upgrade morph to use new model with instruction (#3745)
  add CODEOWNERS file with /documentation owners (#3840)
  Token counting in Auto-compact uses provider metadata (#3788)
  docs: Add YouTube link to Git MCP Tutorial (#3831)
  feat: more robust client initialization for the app (#3830)
  Build app bundles on release branches always (#3789)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants